bytes.Buffer.lastRead (field)
23 uses
bytes (current package)
buffer.go#L23: lastRead readOp // last read operation, so that Unread* can work correctly.
buffer.go#L102: b.lastRead = opInvalid
buffer.go#L115: b.lastRead = opInvalid
buffer.go#L182: b.lastRead = opInvalid
buffer.go#L194: b.lastRead = opInvalid
buffer.go#L213: b.lastRead = opInvalid
buffer.go#L265: b.lastRead = opInvalid
buffer.go#L292: b.lastRead = opInvalid
buffer.go#L311: b.lastRead = opInvalid
buffer.go#L325: b.lastRead = opInvalid
buffer.go#L337: b.lastRead = opRead
buffer.go#L347: b.lastRead = opInvalid
buffer.go#L355: b.lastRead = opRead
buffer.go#L370: b.lastRead = opRead
buffer.go#L388: b.lastRead = opReadRune1
buffer.go#L393: b.lastRead = readOp(n)
buffer.go#L403: if b.lastRead <= opInvalid {
buffer.go#L406: if b.off >= int(b.lastRead) {
buffer.go#L407: b.off -= int(b.lastRead)
buffer.go#L409: b.lastRead = opInvalid
buffer.go#L420: if b.lastRead == opInvalid {
buffer.go#L423: b.lastRead = opInvalid
buffer.go#L454: b.lastRead = opRead
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)